home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Hyper
/
Ap-Az
/
AudioVideoLib1.15.cpt
/
AudioVideo Library
/
background_9989.txt
< prev
next >
Wrap
Text File
|
1991-03-04
|
20KB
|
920 lines
-- background: 9989 from stack: in
-- bmap block id: 10478
-- flags: 4000
-- background id: 0
-- name: Video
-- part 1 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=60 top=21 right=36 bottom=160
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: recording label
----- HyperTalk script -----
on mouseDown
put "Home Video;Film;Television;" & "Video Production;Tape to Tape;Disc to Tape;Other" into choices
put the value of 1 into lastItem
get topLeft of target
get HPopUpMenu(choices, -lastItem, (item 2 of it),(item 1 of it))
if the result is not empty then put the result
if item 1 of it is not empty then
put item 1 of it into bkgnd fld "recording label"
if item 1 of it is "Other" then
ask "Enter Source"
if it is not empty then
put it into bkgnd fld "recording label"
end if
end if
end if
end mouseDown
-- part 2 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=211 top=21 right=36 bottom=336
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: content class
----- HyperTalk script -----
on mouseDown
put "Action-Adventure;Comedy;Documentary;Educational;Exercise;" & "Family-Children;Feature-Drama;Horror;Instructional;Mystery-Suspense;" & "Music-Musicals;News-Newsmagazine;Science Fiction;Soap Opera;" & "Special Event;Special Project;Sports;" & "Theatre-Fine Arts;Travel;Other;" into choices
put the value of 1 into lastItem
get topLeft of target
get HPopUpMenu(choices, -lastItem, (item 2 of it),(item 1 of it))
if the result is not empty then put the result
if item 1 of it is not empty then
put item 1 of it into bkgnd fld "content class"
if item 1 of it is "Other" then
ask "Enter Content Material"
if it is not empty then
put it into bkgnd fld "content class"
end if
end if
end if
end mouseDown
-- part 3 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=92 top=39 right=54 bottom=200
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: format
----- HyperTalk script -----
on mouseDown
put "Vid VHS;Vid S-VHS;Vid VHS-C;Vid S-VHS-C;" & "Vid Beta;Vid ED Beta;Vid BetaCam;Vid 8 mm;" & "Vid Hi-Band 8 mm;Vid 8in Laserdisc;Vid 12in Laserdisc;" & "Vid 0.75 inch;Vid 1 inch;Vid D-2" into choices
put the value of 1 into lastItem
get topLeft of target
get HPopUpMenu(choices, -lastItem, (item 2 of it),(item 1 of it))
if the result is not empty then put the result
if item 1 of it is not empty then
put item 1 of it into bkgnd fld "format"
if item 1 of it is "Other" then
ask "Enter Video Format"
if it is not empty then
put it into bkgnd fld "format"
end if
end if
end if
end mouseDown
-- part 4 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=284 top=39 right=54 bottom=380
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Audio Format
----- HyperTalk script -----
on mouseDown
put "Mono;Stereo;Dolby Stereo;Hi-Fi Stereo" into choices
put the value of 1 into lastItem
get topLeft of target
get HPopUpMenu(choices, -lastItem, (item 2 of it),(item 1 of it))
if the result is not empty then put the result
if item 1 of it is not empty then
put item 1 of it into bkgnd fld "Audio Format"
if item 1 of it is "Other" then
ask "Enter Audio Format"
if it is not empty then
put it into bkgnd fld "Audio Format"
end if
end if
end if
end mouseDown
-- part 5 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=125 top=237 right=254 bottom=156
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 12
-- style flags: 256
-- line height: 16
-- part name: numVol
----- HyperTalk script -----
on mouseDown
put "1;2;3" into choices
put the value of 1 into lastItem
get topLeft of target
get HPopUpMenu(choices, -lastItem, (item 2 of it),(item 1 of it))
if the result is not empty then put the result
if item 1 of it is not empty then
put item 1 of it into bkgnd fld "numVol"
if bkgnd fld "numVol" contains "1" then
setVideo1
end if
if bkgnd fld "numVol" contains "2" then
if the hilite of bkgnd button "Vol III" is true then
setVideo2
end if
end if
end if
end mouseDown
-- part 6 (button)
-- low flags: 00
-- high flags: 4006
-- rect: left=160 top=229 right=243 bottom=212
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Vol I
----- HyperTalk script -----
on mouseUp
setVideo1
end mouseUp
-- part 7 (button)
-- low flags: 00
-- high flags: 0006
-- rect: left=212 top=229 right=244 bottom=268
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Vol II
----- HyperTalk script -----
on mouseUp
setVideo2
end mouseUp
-- part 8 (button)
-- low flags: 00
-- high flags: 0006
-- rect: left=269 top=230 right=243 bottom=325
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Vol III
----- HyperTalk script -----
on mouseUp
setVideo3
end mouseUp
-- part 10 (button)
-- low flags: 00
-- high flags: 0006
-- rect: left=432 top=240 right=253 bottom=500
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Remarks
----- HyperTalk script -----
on mouseUp
if the hilite of bkgnd button "Remarks" is false then
show bkgnd field "remarks"
set the hilite of bkgnd button "Remarks" to true
else
hide bkgnd field "remarks"
set the hilite of bkgnd button "Remarks" to false
end if
end mouseUp
-- part 14 (field)
-- low flags: 00
-- high flags: 4007
-- rect: left=136 top=77 right=218 bottom=377
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 256
-- line height: 16
-- part name: title
-- part 15 (field)
-- low flags: 80
-- high flags: 4007
-- rect: left=136 top=77 right=218 bottom=377
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 256
-- line height: 16
-- part name: IItitles
-- part 16 (field)
-- low flags: 80
-- high flags: 4007
-- rect: left=136 top=77 right=218 bottom=377
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 256
-- line height: 16
-- part name: IIItitles
-- part 18 (field)
-- low flags: 00
-- high flags: 0002
-- rect: left=421 top=21 right=36 bottom=500
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: catalog number
-- part 19 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=231 top=302 right=333 bottom=272
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: VIDEOdummy
----- HyperTalk script -----
on mouseUp
put the number of cards of this background into quant
put ("AudioVideo Library currently contains " & quant & " sets of Videos") into message box
end mouseUp
-- part 20 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=135 top=302 right=333 bottom=176
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: LPswitch
----- HyperTalk script -----
on mouseUp
goLP
end mouseUp
-- part 21 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=183 top=302 right=333 bottom=225
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: TAPEswitch
----- HyperTalk script -----
on mouseUp
goTape
end mouseUp
-- part 22 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=87 top=302 right=333 bottom=129
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: CDswitch
----- HyperTalk script -----
on mouseUp
goCD
end mouseUp
-- part 23 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=470 top=318 right=333 bottom=506
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: SkipNext
----- HyperTalk script -----
on mouseUp
goNext
end mouseUp
-- part 24 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=432 top=318 right=333 bottom=468
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: SkipPrev
----- HyperTalk script -----
on mouseUp
goPrev
end mouseUp
-- part 25 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=6 top=302 right=334 bottom=76
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Power
----- HyperTalk script -----
on mouseUp
doPower
end mouseUp
-- part 26 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=394 top=290 right=305 bottom=430
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Play
----- HyperTalk script -----
on mouseUp
doPlay
end mouseUp
-- part 28 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=318 top=290 right=305 bottom=354
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: NewCard
----- HyperTalk script -----
on mouseUp
lock screen
setVideo1
if the userLevel < 4 then set the userLevel to 4
choose button tool
click at location of cd button "surround sound"
doMenu copy button
choose browse tool
unlock screen
visual effect scroll down
doMenu New Card
lock screen
doMenu paste button
set the hilite of cd button "surround sound" to false
put "1" into bkgnd fld "numVol"
choose browse tool
unlock screen
end mouseUp
-- part 29 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=280 top=290 right=305 bottom=316
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Delete
----- HyperTalk script -----
on mouseUp
doDelete
go to previous card of background "VIDEO"
end mouseUp
-- part 30 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=394 top=318 right=333 bottom=430
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: ToMaster
----- HyperTalk script -----
on mouseUp
doMenu first
end mouseUp
-- part 31 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=470 top=290 right=305 bottom=506
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Next
----- HyperTalk script -----
on mouseUp
doMenu Next
end mouseUp
-- part 32 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=432 top=290 right=305 bottom=468
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Prev
----- HyperTalk script -----
on mouseUp
go to prev card
end mouseUp
-- part 33 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=356 top=290 right=307 bottom=392
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Search
----- HyperTalk script -----
on mouseUp
doSearch
end mouseUp
-- part 34 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=280 top=318 right=333 bottom=316
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: PrintCard
----- HyperTalk script -----
on mouseUp
doPrint
end mouseUp
-- part 35 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=356 top=318 right=333 bottom=392
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Sort
----- HyperTalk script -----
on mouseUp
push card
go to first card
doSort
end mouseUp
-- part 43 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=361 top=237 right=254 bottom=428
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 14
-- part name: year
----- HyperTalk script -----
on mouseDown
chooseYear
end mouseDown
-- part 45 (field)
-- low flags: 80
-- high flags: 0000
-- rect: left=459 top=195 right=213 bottom=508
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: artist
-- part 52 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=318 top=318 right=333 bottom=354
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Help
----- HyperTalk script -----
on mouseUp
push card
go to card "VIDEOhelp" of stack "AudioVideoUtilities"
end mouseUp
-- part 54 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=257 top=248 right=263 bottom=325
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 10
-- style flags: 16640
-- line height: 13
-- part name: tape speed
----- HyperTalk script -----
on mouseDown
put "SP;LP;EP;Other" into choices
put the value of 1 into lastItem
get topLeft of target
get HPopUpMenu(choices, -lastItem, (item 2 of it),(item 1 of it))
if the result is not empty then put the result
if item 1 of it is not empty then
put item 1 of it into bkgnd fld "tape speed"
if item 1 of it is "Other" then
ask "Enter speed"
if it is not empty then put it into bkgnd fld "tape speed"
end if
end if
end mouseDown
-- part 56 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=12 top=21 right=36 bottom=161
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: source activate
----- HyperTalk script -----
on mouseDown
send mouseDown to field "recording label"
end mouseDown
-- part 55 (field)
-- low flags: 80
-- high flags: 4002
-- rect: left=7 top=256 right=341 bottom=507
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: remarks
-- part 57 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=165 top=21 right=36 bottom=336
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: content class activate
----- HyperTalk script -----
on mouseDown
send mouseDown to field "content class"
end mouseDown
-- part 58 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=15 top=39 right=54 bottom=200
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: format activate
----- HyperTalk script -----
on mouseDown
send mouseDown to field "format"
end mouseDown
-- part 59 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=205 top=39 right=55 bottom=380
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: audio format activate
----- HyperTalk script -----
on mouseDown
send mouseDown to field "Audio Format"
end mouseDown
-- part 60 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=12 top=236 right=254 bottom=156
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: num vol activate
----- HyperTalk script -----
on mouseDown
send mouseDown to field "numVol"
end mouseDown
-- part 61 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=162 top=248 right=263 bottom=325
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: tape speed activate
----- HyperTalk script -----
on mouseDown
send mouseDown to field "tape speed"
end mouseDown
-- part 62 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=328 top=237 right=255 bottom=428
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: year activate
----- HyperTalk script -----
on mouseDown
send mouseDown to field "year"
end mouseDown
-- part 63 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=136 top=64 right=78 bottom=377
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: user entry
----- HyperTalk script -----
on mouseUp
fieldMsg
end mouseUp
-- part 64 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=340 top=21 right=37 bottom=422
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: user entry
----- HyperTalk script -----
on mouseDown
fieldMsg
end mouseDown